home *** CD-ROM | disk | FTP | other *** search
/ Champak 145 / (Vol 145) Dec 21 2011.iso / Games / hanna-in-a-choppa.swf / scripts / DefineButton2_264 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-12-21  |  198 b   |  8 lines

  1. on(release){
  2.    _root.arrLevels = undefined;
  3.    var objSO = SharedObject.getLocal("hannainachoppa");
  4.    objSO.data.arrLevels = undefined;
  5.    objSO.flush();
  6.    _root.objTrans.goto("intro");
  7. }
  8.